home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
-
- <panel id="dlog">
- <!-- stretch everything to the sides of the dialog -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- make dialog moveable -->
- <attachment class="moveable_attachment"/>
-
- <!-- arrange items vertically, with text at top -->
- <layout class="arrange_vertical_attachment" alignment="top" gap="8"/>
-
- <!-- centre dialog in parent -->
- <layout class="centre_in_parent_attachment" alignment="all"/>
-
- <!-- fit the height of the dialog to the height of its components -->
- <layout class="fit_children_attachment" alignment="vertical, fill" gap="8"/>
-
- <!-- text field - should resize vertically to ensure
- that it's contents fit -->
- <widget class="text" id="text" auto_size="vertical"/>
-
- <!-- editable text field - normally hidden -->
- <!-- by default the return action does the same as clicking ok -->
- <widget class="edit_box" id="edit" hidn="true" rtev="ok" afoc="true" />
-
- <!-- standard buttons / these get shown & hidden by subclasses -->
- <container id="btns" file="dialog buttons">
-
-
- </container>
-
- </panel>
-